Fix 64-bit build.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 19 Jul 2007 16:09:47 +0000 (17:09 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 19 Jul 2007 16:09:47 +0000 (17:09 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/x86_64/platform_hypercall.c

index 2ce7c12dc15df645efffbdf0bf2c53adff8799d0..6acc898f9ec30c261483a1d532e96e9d7e55fbd9 100644 (file)
@@ -1,6 +1,5 @@
 /******************************************************************************
  * platform_hypercall.c
- *
  */
 
 #include <xen/config.h>
@@ -12,6 +11,8 @@ DEFINE_XEN_GUEST_HANDLE(compat_platform_op_t);
 #define xen_platform_op_t   compat_platform_op_t
 #define do_platform_op(x)   compat_platform_op(_##x)
 
+#define xenpf_enter_acpi_sleep compat_pf_enter_acpi_sleep
+
 #define COMPAT
 #define _XEN_GUEST_HANDLE(t) XEN_GUEST_HANDLE(t)
 typedef int ret_t;